From: Richard M. Stallman Date: Fri, 18 Feb 1994 23:51:41 +0000 (+0000) Subject: (lisp-complete-symbol): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~93057 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=2eb9adabed31a8b90efcbc2ce62ae954a8b78a59;p=emacs.git (lisp-complete-symbol): Doc fix. --- diff --git a/lisp/emacs-lisp/lisp.el b/lisp/emacs-lisp/lisp.el index 741b3db5251..3ffc6a09b55 100644 --- a/lisp/emacs-lisp/lisp.el +++ b/lisp/emacs-lisp/lisp.el @@ -230,10 +230,11 @@ before and after, depending on the surrounding characters." (newline-and-indent)) (defun lisp-complete-symbol () - "Perform completion on Lisp symbol preceding point. That symbol is -compared against the symbols that exist and any additional characters -determined by what is there are inserted. - If the symbol starts just after an open-parenthesis, only symbols + "Perform completion on Lisp symbol preceding point. +Compare that symbol against the known Lisp symbols. + +The context determines which symbols are considered. +If the symbol starts just after an open-parenthesis, only symbols with function definitions are considered. Otherwise, all symbols with function definitions, values or properties are considered." (interactive)